home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / fingerde.dfm / fingerde.txt
Encoding:
Text File  |  1999-07-27  |  1.7 KB  |  86 lines

  1. object FingerForm: TFingerForm
  2.   Left = 192
  3.   Top = 110
  4.   Width = 544
  5.   Height = 375
  6.   Caption = 'Finger Demo'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Panel1: TPanel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 536
  17.     Height = 41
  18.     Align = alTop
  19.     TabOrder = 0
  20.     object Label1: TLabel
  21.       Left = 8
  22.       Top = 14
  23.       Width = 31
  24.       Height = 13
  25.       Caption = 'Query:'
  26.     end
  27.     object QueryEdit: TEdit
  28.       Left = 56
  29.       Top = 10
  30.       Width = 305
  31.       Height = 21
  32.       TabOrder = 0
  33.     end
  34.     object SendQueryButton: TButton
  35.       Left = 368
  36.       Top = 8
  37.       Width = 75
  38.       Height = 25
  39.       Caption = 'Send'
  40.       TabOrder = 1
  41.       OnClick = SendQueryButtonClick
  42.     end
  43.     object CancelButton: TButton
  44.       Left = 448
  45.       Top = 8
  46.       Width = 75
  47.       Height = 25
  48.       Caption = 'Cancel'
  49.       Enabled = False
  50.       TabOrder = 2
  51.       OnClick = CancelButtonClick
  52.     end
  53.   end
  54.   object ResultsMemo: TMemo
  55.     Left = 0
  56.     Top = 41
  57.     Width = 536
  58.     Height = 288
  59.     Align = alClient
  60.     Font.Color = clWindowText
  61.     Font.Height = -11
  62.     Font.Name = 'Courier New'
  63.     Font.Style = []
  64.     ParentFont = False
  65.     TabOrder = 1
  66.     WordWrap = False
  67.   end
  68.   object StatusBar: TStatusBar
  69.     Left = 0
  70.     Top = 329
  71.     Width = 536
  72.     Height = 19
  73.     Panels = <>
  74.     SimplePanel = True
  75.   end
  76.   object msClientSocket1: TmsClientSocket
  77.     OnConnected = msClientSocket1Connected
  78.     OnDisconnected = msClientSocket1Disconnected
  79.     Port = 79
  80.     OnTransferProgress = msClientSocket1TransferProgress
  81.     OnConnecting = msClientSocket1Connecting
  82.     Left = 424
  83.     Top = 232
  84.   end
  85. end
  86.